PowerTools InputMan for Windows Forms 8.0J
Item プロパティ (CollectionBase<T>)

インデックスを表すInt32値。
コレクション内の指定のインデックス位置にある項目を取得または設定します。
構文
Public Default Property Item( _
   ByVal index As Integer _
) As T
public T this[ 
   int index
]; {get; set;}

パラメータ

index
インデックスを表すInt32値。

プロパティ値

指定のインデックス位置にある項目を表すTオブジェクト。
例外
例外解説
System.ArgumentOutOfRangeException indexパラメーターが、コレクションの有効なインデックスの範囲から外れています。
参照

CollectionBase<T> クラス
CollectionBase<T> メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.